projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a0adb5
)
(outline-minor-mode): Add customization group.
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 24 Oct 2002 08:18:10 +0000
(08:18 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 24 Oct 2002 08:18:10 +0000
(08:18 +0000)
Patch from Matthew Swift <swift@alum.mit.edu>.
lisp/textmodes/outline.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/outline.el
b/lisp/textmodes/outline.el
index 4346c0eddf2b5d55ceaafc1fd4197286800a55fc..e3bff3a174e6ec74fd440a49be880ab4157b552c 100644
(file)
--- a/
lisp/textmodes/outline.el
+++ b/
lisp/textmodes/outline.el
@@
-270,6
+270,7
@@
With arg, turn Outline minor mode on if arg is positive, off otherwise.
See the command `outline-mode' for more information on this mode."
nil " Outl" (list (cons [menu-bar] outline-minor-mode-menu-bar-map)
(cons outline-minor-mode-prefix outline-mode-prefix-map))
+ :group 'outlines
(if outline-minor-mode
(progn
;; Turn off this mode if we change major modes.